C1.AdoNet.Magento Assembly / C1.DataConnector.AdoNet Namespace / C1DataAdapterBase<TCommandImpl> Class


C1DataAdapterBase<TCommandImpl> Class Methods

For a list of all members of this type, see C1DataAdapterBase<TCommandImpl> members.

Public Methods
Protected Methods
 NameDescription
Protected MethodOverridden.  Invoked for every row affected based on the current records in DataTable. It got called the same amount of times as the value of UpdateBatchSize.  
Protected MethodOverridden.  Once ExecuteBatch finished, this will get invoked automatically.  
Protected Method (Inherited from System.Data.Common.DataAdapter)
Protected MethodOverridden. Initializes a new instance of the System.Data.Common.RowUpdatedEventArgs class.  
Protected MethodOverridden. Initializes a new instance of the System.Data.Common.RowUpdatingEventArgs class.  
Protected Method (Inherited from System.Data.Common.DataAdapter)
Protected MethodOverridden.  Once all AddToBatch are invoked (based on the Batch Size), this method is invoked.  
Protected Method (Inherited from System.ComponentModel.Component)
Protected Method (Inherited from System.Data.Common.DbDataAdapter)
Protected MethodOverridden.  Called to retrieve the records affected from a specific batched command, first argument is the value that was returned by AddToBatch when it was called for the command. Default implementation always returns 1, derived classes override for otherwise otherwise DbConcurrencyException will only be thrown if sum of all records in batch is 0. return 0 to cause Update to throw DbConcurrencyException  
Protected Method (Inherited from System.ComponentModel.Component)
Protected Method (Inherited from System.Data.Common.DataAdapter)
Protected MethodOverridden.  Initialize Batching operation. Only get invoked when UpdateBatchSize > 1.  
Protected MethodOverloaded.  (Inherited from System.MarshalByRefObject)
Protected Method (Inherited from System.Data.Common.DataAdapter)
Protected Method Raises the RowUpdated event of a data provider. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
Protected Method Raises the RowUpdating event of a data provider. (Inherited from C1.DataConnector.AdoNet.C1DataAdapterBase)
Protected Method (Inherited from System.Data.Common.DataAdapter)
Protected MethodOverridden.  When Batching is terminated, this method got invoked automatically.  
Top
See Also